projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cd61f59
)
(parse_tool_bar_item): Remove duplicated prototypes.
author
Pavel Janík
<Pavel@Janik.cz>
Sat, 26 Jan 2002 17:06:55 +0000
(17:06 +0000)
committer
Pavel Janík
<Pavel@Janik.cz>
Sat, 26 Jan 2002 17:06:55 +0000
(17:06 +0000)
src/keyboard.c
patch
|
blob
|
history
diff --git
a/src/keyboard.c
b/src/keyboard.c
index 16a6b175dfbc5e20f67e26a369788bb036552181..7b36685172aed314c97c42efdb0c49282aaed853 100644
(file)
--- a/
src/keyboard.c
+++ b/
src/keyboard.c
@@
-7272,8
+7272,6
@@
parse_tool_bar_item (key, item)
Lisp_Object filter = Qnil;
Lisp_Object caption;
- extern Lisp_Object QCenable, QCvisible, QChelp, QCfilter;
- extern Lisp_Object QCbutton, QCtoggle, QCradio;
int i;
/* Defininition looks like `(menu-item CAPTION BINDING PROPS...)'.